home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
ab20
/
unarced
/
datacomm
/
vlt
/
rexx
/
dialbix.scp
< prev
next >
Wrap
Text File
|
1995-03-17
|
509b
|
34 lines
# DialBix.scp
#
# This is a sample script to dial BIX through tymnet. Fill in the
# right parameters...
#
screengadgets off
lines 40
parity none
echo on
send "ATDT --- ----*R" # Put phone number here
wait "~"
delay 1
emit "a"
send "a"
on "Name" goto rest
loop:
wait "in:"
delay 2
send "*X08bix*R" # *X08 -> set tymnet up for local echo.
emit "*X08bix*R"
goto loop
rest:
send "---------*R" # Your account name
emit "---------*R"
beep
exit quiet # You'll have to type your password yourself.